home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000361_news@columbia.edu_Tue Dec 6 16:05:20 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA22538
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 6 Dec 1994 11:05:26 -0500
  3. Received: by apakabar.cc.columbia.edu id AA06100
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 6 Dec 1994 11:05:24 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Server side renames - still not solved!
  9. Date: 6 Dec 1994 16:05:20 GMT
  10. Organization: Columbia University
  11. Lines: 33
  12. Message-Id: <3c2240$5uh@apakabar.cc.columbia.edu>
  13. References: <D0CyFn.4sv@murdoch.acc.virginia.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D0CyFn.4sv@murdoch.acc.virginia.edu>,
  18. Erik Hatcher <esh6h@fulton.seas.Virginia.EDU> wrote:
  19. >I still haven't found a way to do server side
  20. >renames of a file.  I send the file as one
  21. >name and want to rename it on the server side.
  22. >
  23. >REMOTE RENAME was suggested but I have yet to
  24. >find this command in the book and it doesn't
  25. >work on my version.
  26. >
  27.  
  28. Erik:
  29.  
  30. The answer appears to be that at this time server side RENAME
  31. is not possible unless you lower the security barriers a bit
  32. which you do not want to do.
  33.  
  34. The only suggestion that I have for you is to perform the rename
  35. on the client before you send the file.  Or just send the file
  36. with the name is it supposed to the saved under from the very 
  37. start.
  38.  
  39. SEND oldname newname
  40.  
  41. has exactly the same result as 
  42.  
  43. SEND oldname
  44. REMOTE RENAME oldname newname
  45.  
  46. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  47. "C-Kermit: available on more platforms than any other communications software."
  48. "Kermit FTP: sending files whenever and wherever they are needed."
  49. *NEW* OS/2 version 5A(190): ftp kermit.columbia.edu /kermit/archives/ckoker.zip